summaryrefslogtreecommitdiffstats
path: root/source3/libads
Commit message (Collapse)AuthorAgeFilesLines
...
| * Catching up with old patches. Add define for VERITAS quota support.Jeremy Allison2002-12-301-0/+2
| | | | | | | | | | | | Check return in ldap. Jeremy. (This used to be commit e789edbb287319f52f49f2999917a610565144d9)
| * Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-202-9/+9
| | | | | | | | | | | | named. Ensure we can query them. Jeremy. (This used to be commit 842e08e52a665ae678eea239759bb2de1a0d7b33)
| * More printer publishing code.Jim McDonough2002-12-131-0/+26
| | | | | | | | | | | | | | | | | | - Add published attribute to info2, needed for win clients to work properly - Return proper info on getprinter 7 This means you can now look at the sharing tab of a printer and get correct info about whether it is published or not, and change it. (This used to be commit adda04379ee46f105436262663652f3f576fa3cf)
| * More printer data to publishJim McDonough2002-12-051-0/+1
| | | | | | | | (This used to be commit 82f3a786bf01878629fe4c05b028ae8d58eb4394)
| * Stop using hardcoded key/value strings, be more forgiving of ↵Jim McDonough2002-12-031-70/+74
| | | | | | | | | | | | dsspooler/dsdriver info existence. (This used to be commit ca8735532cb656a09c1586326cdce33984fe38b4)
| * [merge from APP_HEAD]Gerald Carter2002-11-231-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 90% fix for CR 1076. The password server parameter will no take things like password server = DC1 * which means to contact DC1 first and the go to auto lookup if it fails. jerry (This used to be commit c31a17889e3e4daf7c1e807038efc2c0fba78be3)
| * Don't pass a function to ADS_ERR_OK().Jim McDonough2002-11-181-6/+13
| | | | | | | | (This used to be commit a148e4c290820a48c8b51e0e0459b2171b32c258)
| * Next step of printer publishing.Jim McDonough2002-11-181-106/+242
| | | | | | | | | | | | | | | | | | net ads printer publish <printername> [servername] Will retreive the DsSpooler and DsDriver info by rpc for a remote server then publish it. Next comes doing it within smbd (This used to be commit 64951938cc5666a757683cbe9bee3a2c20a05323)
| * Include the hostname we are trying to match with $@, to allow easier debugging.Andrew Bartlett2002-11-151-1/+1
| | | | | | | | (This used to be commit f5d8afc626b8f7792aa7dd7fa7082f55725b539c)
| * Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-124-27/+26
| | | | | | | | | | | | | | dashes of const. This is a rather large check-in, some things may break. It does compile though :-). Jeremy. (This used to be commit 82b8f749a36b42e22186297482aad2abb04fab8a)
| * make sure that if kerberos fails we can fall back on NTLMSSP for SASLAndrew Tridgell2002-11-101-2/+5
| | | | | | | | (This used to be commit 69dba08c40c9739137b4f01d38be5228edc6dd6e)
| * Merge of get_dc_list() api change. This was slightly more intrusiveTim Potter2002-11-061-12/+7
| | | | | | | | | | than the version in APPLIANCE so watch out for boogs. (This used to be commit 1e054e3db654801fbb5580211529cdfdea9ed686)
| * Re-enable use of existing kerberos tickets.Jim McDonough2002-10-311-2/+6
| | | | | | | | (This used to be commit 6ec5dce69834e72e458a8acff7d1790cbdd46d67)
| * fixed a possible segv when dealing with a blank passwordAndrew Tridgell2002-10-231-2/+6
| | | | | | | | (This used to be commit d5d0d0de50482ed16c594b1cc4cc113e2526a915)
| * Format objectGUIDs on ads dumps.Jim McDonough2002-10-181-1/+18
| | | | | | | | (This used to be commit 7eaf7e7115c75e682b1b9368c6f28c60429885e5)
| * only set UF_USE_DES_KEY_ONLY if we are using krb5 libraries that can'tAndrew Tridgell2002-10-041-3/+7
| | | | | | | | | | do type 23 (This used to be commit c0612272e8eea3d741854c0b4834bc687d787218)
| * support all permitted encoding types in tickets. This allows us toAndrew Tridgell2002-10-041-15/+29
| | | | | | | | | | | | decode a type 23 ticket when the machine account is setup for non-DES tickets (This used to be commit 144d4429d7d91e8597263da6abc8041098f2a4c3)
| * .NET likes both forms of servicePrincipalName in the machine accountAndrew Tridgell2002-10-031-1/+8
| | | | | | | | | | record (This used to be commit 8ff6d40d7fe4dc11e9ba194a55995c0926202df9)
* | Merge from HEAD:Andrew Bartlett2003-03-171-37/+29
| | | | | | | | | | | | | | | | | | net ads password Heimdal compile fixes. Andrew Bartlett (This used to be commit 3aa4f923e99f453310bb4a8d43ce43757591909d)
* | The kerberos_verify compoenent of the SessionSetup sync with HEAD.Andrew Bartlett2003-03-171-6/+26
| | | | | | | | | | Andrew Bartlett (This used to be commit 64796ed27a3842be1dde52dd4f46698e95961767)
* | merge from HEAD - dump tokenGroups as sids.Andrew Bartlett2003-03-171-0/+1
| | | | | | | | (This used to be commit f0daa15521e6352e25aa998f7e682f448e0fe51a)
* | More const fixes.Jeremy Allison2003-03-051-2/+2
| | | | | | | | | | Jeremy. (This used to be commit fa93763248f2043395e4cfc70b8afd81e28b2b75)
* | Make sure these values are never uninitialsised.Andrew Bartlett2003-02-241-2/+2
| | | | | | | | (This used to be commit eacb8dde7afa16d86586c6c896ffb6692dc53bf6)
* | Merge from HEAD client-side authentication changes:Andrew Bartlett2003-02-244-146/+351
| | | | | | | | | | | | | | | | | | | | | | - new kerberos code, allowing the account to change it's own password without special SD settings required - NTLMSSP client code, now seperated from cliconnect.c - NTLMv2 client code - SMB signing fixes Andrew Bartlett (This used to be commit 837680ca517982f2e5944730581a83012d4181ae)
* | Sync with HEAD for verifying kerberos tickets.Jim McDonough2003-02-191-14/+31
| | | | | | | | (This used to be commit 77e1178a888f0d380a5ef94911a8f07bf04a7ba3)
* | Fix segv in net ads join...an extra & was the culpritJim McDonough2003-02-191-1/+1
| | | | | | | | (This used to be commit 1a9050a6fe419e14fc82674d34cc4685a7532059)
* | Merge minor library fixes from HEAD to 3.0.Andrew Bartlett2003-02-193-19/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - setenv() replacement - mimir's ASN1/SPNEGO typo fixes - (size_t)-1 fixes for push_* returns - function argument signed/unsigned correction - ASN1 error handling (ensure we don't use initiailsed data) - extra net ads join error checking - allow 'set security discriptor' to fail - escape ldap strings in libads. - getgrouplist() correctness fixes (include primary gid) Andrew Bartlett (This used to be commit e9d6e2ea9a3dc01d3849b925c50702cda6ddf225)
* | Ensure that only parse_prs.c access internal members of the prs_struct.Jeremy Allison2003-02-141-5/+11
| | | | | | | | | | | | Needed to move to disk based i/o later. Jeremy. (This used to be commit a823fee5b41a5b6cd4ef05aa1f85f7725bd272a5)
* | Merging from HEAD - add a note about a better method for finding netbios ↵Jeremy Allison2003-02-121-0/+7
| | | | | | | | | | | | | | | | name of workgroup (not implemented yet) Jeremy. (This used to be commit c0eab99753032f5f49bc7adeb1ff95eceb6fe0fe)
* | Mem alloc checks.Jeremy Allison2003-02-043-23/+59
| | | | | | | | | | Jeremy. (This used to be commit 46ea028169426fbcad92d3d5bf786e88be8f5112)
* | Merge LDAP filter parinoia from HEAD, a few other pdb_ldap updates and someAndrew Bartlett2003-02-012-9/+28
| | | | | | | | | | | | | | misc libads fixes. Andrew Bartlett (This used to be commit 9c3a1710efba9fa4160004a554687d4b85927bb1)
* | Revert tpot's HEAD merge which broke the Heimdal build.Jeremy Allison2003-01-301-45/+15
| | | | | | | | | | Jeremy. (This used to be commit 1298ecd0b8a3a9e0a2de42d0c049856cad65e272)
* | Sync of Heimdal kerberos stuff with HEAD. If this breaks I'm blamingTim Potter2003-01-301-15/+45
| | | | | | | | | | the dog again. (This used to be commit 6f89ee2c9dc7f03e3dbe7aa734bf67c6a434d135)
* | Get smbd to link with Heimdal. Still missing some client progs...Jeremy Allison2003-01-281-5/+2
| | | | | | | | | | Jeremy. (This used to be commit 85dda434763bbcea260c800599e4b6b73afcf174)
* | Thanks Meeester Potter, for reverting *all* my Heimdal changes becauseJeremy Allison2003-01-231-40/+13
| | | | | | | | | | | | I mistyped a comma :-). Jeremy. (This used to be commit 04cc149c756c396012cfa321a74724b077302b95)
* | Merge of kerberos changes to make this branch build again!Tim Potter2003-01-221-13/+40
| | | | | | | | (This used to be commit 51b319f57f28e3993919d7f3db0251a724902332)
* | Get closer to Heimdal compile... Damn. HEAD has different code inJeremy Allison2003-01-211-14/+3
| | | | | | | | | | | | kerberos_verify... Jeremy. (This used to be commit e8c4098da619a1429cc4c8251761333a7c0f3458)
* | More fixes getting us closer to full Heimdal compile....Jeremy Allison2003-01-211-11/+7
| | | | | | | | | | Jeremy. (This used to be commit a7ee6ed64500a0d949849da6996b7dc837518f00)
* | sanity checks from Ken CrossGerald Carter2003-01-212-3/+7
| | | | | | | | (This used to be commit 9f35846b8e0d711c9101ade9e79394219045383c)
* | [merge]Gerald Carter2003-01-151-5/+5
| | | | | | | | | | | | | | * removed unused variable from rpcclient code * added container option to net command (patch from SuSE) * Makefile patch for examples/VFS from SuSE (This used to be commit 25a9681ddda47a41fac8fdc97ca50b7f4c579eaf)
* | Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-033-8/+8
| | | | | | | | | | | | | | warnings. (Adds a lot of const). Andrew Bartlett (This used to be commit 3a7458f9472432ef12c43008414925fd1ce8ea0c)
* | Catching up with old patches. Add define for VERITAS quota support.Jeremy Allison2002-12-301-0/+2
| | | | | | | | | | | | Check return in ldap. Jeremy. (This used to be commit 66eff26fc930e37035bba8672f5fd3aeae71078d)
* | Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-202-9/+9
| | | | | | | | | | | | named. Ensure we can query them. Jeremy. (This used to be commit 09a218a9f6fb0bd922940467bf8500eb4f1bcf84)
* | More printer publishing code.Jim McDonough2002-12-131-0/+26
| | | | | | | | | | | | | | | | | | - Add published attribute to info2, needed for win clients to work properly - Return proper info on getprinter 7 This means you can now look at the sharing tab of a printer and get correct info about whether it is published or not, and change it. (This used to be commit d57bddc9b22e809c79294c7eacbd5d0f115fe990)
* | More printer data to publishJim McDonough2002-12-051-0/+1
| | | | | | | | (This used to be commit 6e2f0c4e304a09313f933a3c9c2a7b3a0219006d)
* | Stop using hardcoded key/value strings, be more forgiving of ↵Jim McDonough2002-12-031-70/+74
| | | | | | | | | | | | dsspooler/dsdriver info existence. (This used to be commit 59ced15a1b0d88a24a89b3aa9717599aa110272b)
* | [merge from APP_HEAD]Gerald Carter2002-11-231-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 90% fix for CR 1076. The password server parameter will no take things like password server = DC1 * which means to contact DC1 first and the go to auto lookup if it fails. jerry (This used to be commit 016ef8b36b30846311a5321803298f8e28719244)
* | Don't pass a function to ADS_ERR_OK().Jim McDonough2002-11-181-6/+13
| | | | | | | | (This used to be commit dff4c93d85717ba29799a0ebaaba8b8539c8d68d)
* | Next step of printer publishing.Jim McDonough2002-11-181-106/+242
| | | | | | | | | | | | | | | | | | net ads printer publish <printername> [servername] Will retreive the DsSpooler and DsDriver info by rpc for a remote server then publish it. Next comes doing it within smbd (This used to be commit 8f047a4492f7bd66ac2afd2a2f6194d5dad4a434)
* | Updates from HEAD:Andrew Bartlett2002-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | - const for PACKS() in lanman.c - change auth to 'account before password' - add help to net rpc {vampire,samsync} - configure updates for sun workshop cc - become_root() around pdb_ calls in auth_util for guest login. Andrew Bartlett (This used to be commit 43e90eb6e331d478013a9c038292f245edc51bd0)