summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fixing typos.John Terpstra2003-04-256-27/+54
| | | | | | | | (This used to be commit ce84335621e6af81381e1cfb294bb19561077cc4)
* | Merge of missed another while condition when enumerating aliases.Tim Potter2003-04-251-1/+1
| | | | | | | | (This used to be commit ee78196bcfe52dfdda0b7fd44a6701e2cf5f7d5a)
* | fix and if () that should be an 'else if()'Gerald Carter2003-04-251-1/+1
| | | | | | | | (This used to be commit 82f024723c5312fe2b6a57915de8e78c96f80ef0)
* | Minor cleanup of enum domain groups/aliases:Tim Potter2003-04-251-12/+18
| | | | | | | | | | | | | | | | | | | | | | - return NT_STATUS_NO_MEMORY instead of NT_STATUS_UNSUCESSFUL if a talloc fails - don't try and tallocate memory when the number of entries returned was zero - rename some cut&pasted variable names in enum domain aliases function (This used to be commit aa748e1da543f0e59df8a56996ebd9510732507e)
* | Merge:Tim Potter2003-04-251-2/+2
| | | | | | | | | | | | | | | | >When calling cli_samr_enum_{dom,als}_groups in a while loop, the >terminating condition should be result != STATUS_MORE_ENTRIES, not >result == NT_STATUS_OK otherwise we get stuck in an infinite loop >when there's any sign of trouble. (This used to be commit 4998a72cf8e3a2b254dc409a36b9bbd118bdc4fd)
* | Corrections and edits from Jesse Jacobs <jesse@eazy.homeip.net>John Terpstra2003-04-246-26/+26
| | | | | | | | (This used to be commit 5a38f1cc60b0f1036c19aa591a4c4e92c1ac797d)
* | Update: ADS: Type, ProfileMgmt: Docs on how to disable roaming profilesJohn Terpstra2003-04-242-6/+63
| | | | | | | | (This used to be commit a154203e338d905dfa9427678dfdb0141dd2f735)
* | Don't store UID or GIDJelmer Vernooij2003-04-242-48/+13
| | | | | | | | (This used to be commit a986076a743fad31efac664fc16337e2d1165917)
* | In 3.0, pdb_mysql and pdb_xml are in passdb/Jelmer Vernooij2003-04-241-2/+2
| | | | | | | | (This used to be commit 706090a1be66b9fffb6c8161092cf9d86965bcfa)
* | - Get rid of module_path_get_name()Jelmer Vernooij2003-04-241-11/+6
| | | | | | | | | | | | - Use find backend function to find duplicates - declare static function before using it (This used to be commit ad5ebd4f2065425a9edffc753c0f0414fd6f98d4)
* | Get rid of module_path_get_name() and use the find backend functionJelmer Vernooij2003-04-241-10/+5
| | | | | | | | | | to find duplicates (This used to be commit 871cad7e9ac38e6f8e4391fcb2894d91300cbe94)
* | Update from LanDude <landude@comcast.net>John Terpstra2003-04-241-4/+28
| | | | | | | | (This used to be commit d42170e7f0f48115d81c1a247b3ddfd3f8dca1b9)
* | Check for absolute paths by only checking the first character of the module ↵Jelmer Vernooij2003-04-241-1/+1
| | | | | | | | | | | | | | name. Don't use strchr_m, which caused race conditions. (This used to be commit 69ec6be90f889686641b997d3d5cd616e1d0db6d)
* | Fix length in findfirst2 responses, fix os/2 clientsJim McDonough2003-04-241-4/+10
| | | | | | | | (This used to be commit c12feff680b183a22d933bab65b5c095c0548e7e)
* | groupmap delet should take a name or a SIDGerald Carter2003-04-241-2/+13
| | | | | | | | (This used to be commit d9277bd06401cb040390739ae730c8991736c886)
* | Revert patch - we need to try the NTLMSSP code below...Andrew Bartlett2003-04-241-9/+4
| | | | | | | | | | Andrew Bartlett (This used to be commit 317158972ec944742ba47b213999def9abbf7452)
* | Use the kerberos error from ads_kinit_password() in the return value fromAndrew Bartlett2003-04-241-4/+9
| | | | | | | | | | | | | | our SASL code - help in printing a useful error message. Andrew Bartlett (This used to be commit 984321bfab79a1ff20b504e115e94bd6270f0196)
* | Merge from HEAD - always initailise this to zero - helps callers in loops.Andrew Bartlett2003-04-241-0/+3
| | | | | | | | (This used to be commit f200a5b85832ac5ec7724d58da7270cd14c565e3)
* | Merge auth changes from HEAD:Andrew Bartlett2003-04-245-70/+83
| | | | | | | | | | | | | | | | | | - better error codes than NT_STATUS_UNSUCCESSFUL for domain logon errors - make auth_winbind load the ntdomain module if winbind isn't there. - use new trusted domains cache to determine if the domain is valid. Andrew Bartlett (This used to be commit ec8d6524c6b0c70927a2b57aab71d9e3a7f8a150)
* | Irix CC reminds us that this is non-standard.Andrew Bartlett2003-04-241-2/+2
| | | | | | | | | | Andrew Bartlett (This used to be commit 748ed3552b2be1d86387dc3628107375104d8f50)
* | Make sure that we don't compile pdb_ldap on systems with ldap.h, but withoutAndrew Bartlett2003-04-241-4/+8
| | | | | | | | | | | | | | -lldap. Andrew Bartlett (This used to be commit 5c36308d14c622bb2d466b97376d3b15ca7c47b2)
* | Add vfs_fake_perms to Samba 3.0Andrew Bartlett2003-04-242-1/+7
| | | | | | | | | | Andrew Bartlett (This used to be commit 3ad260ced99dd703d3fb1cb15e4eba7ecf7c858a)
* | When possible, store the IP address of the connecting client, not just theAndrew Bartlett2003-04-243-4/+30
| | | | | | | | | | | | | | | | | | | | | | hostname. This makes 'last -i' show the IP. Thanks to Philip Anderson <pza@australia.op.org> for the idea. Andrew Bartlett (This used to be commit 107731c080da1e3e4e13e966f8b79bfd2692a952)
* | This is really trying to be a StrnCpy (most names will overflow the 10 charAndrew Bartlett2003-04-241-1/+1
| | | | | | | | | | limit) (This used to be commit 0e04761abe375bfea48fa2c9ba9e1dc0d56d39f7)
* | Update from HEAD.John Terpstra2003-04-241-0/+1
| | | | | | | | (This used to be commit 587ced729cb136370c090a03ca6de1b83c4c4772)
* | Updating from HEAD.John Terpstra2003-04-248-195/+234
| | | | | | | | (This used to be commit 81203dc95c682d9ef5458a68f8ecbf8db197dba6)
* | Patch from Guenther Deschner to fix build with gcc 3.2Jelmer Vernooij2003-04-241-6/+6
| | | | | | | | (This used to be commit ab631b31fbabc25cd74ca46fd583cd857538953c)
* | Patch from Stephan Metzmacher to add default arguments to lp_parm() smb.confJelmer Vernooij2003-04-245-269/+542
| | | | | | | | | | parameters. Does not break binary compatibility with older modules. (This used to be commit 147c4d56d873a20a49194c5b036a3694299b1b48)
* | Added patch from Stephen Roylance.John Terpstra2003-04-242-26/+26
| | | | | | | | (This used to be commit 71369f90890eeca399fec55d978a5dd4a13f077f)
* | More updates: Fix typo in VFS, added docs for pam_smbpass.so to PAM.John Terpstra2003-04-242-22/+203
| | | | | | | | (This used to be commit 2dc12c8c64616b01934aa98d5d0650b77d33194b)
* | More updates.John Terpstra2003-04-232-56/+409
| | | | | | | | (This used to be commit e4012c90323f7e87c3174d74020c6fcddb05820c)
* | For deep referrals, track consumed path using a counter, and calculate theShirish Kalele2003-04-231-10/+11
| | | | | | | | | | consumed count only if and when it is needed. Check into SAMBA_3_0. (This used to be commit d6a326ba46b0e45a2d97b7aa9762bfefca347d89)
* | Missed two references to a renamed file.Paul Green2003-04-232-2/+2
| | | | | | | | (This used to be commit 513dd6d414270b4e8f91f1cee6c49155b095c488)
* | Backport changes from head to shorten the filenames of the test cases.Paul Green2003-04-239-63/+5
| | | | | | | | (This used to be commit e2315ebc9a653a3c804323d55a96e0b378351e8d)
* | Updated FLAGs - Affects only SWAT.John Terpstra2003-04-231-7/+8
| | | | | | | | (This used to be commit 80f2790eb9c1382c91e5e2668f3b8d82c220ce51)
* | Thanks to a reminder from vance - delete build_options.c from CVS, nowAndrew Bartlett2003-04-231-532/+0
| | | | | | | | | | it's autogenerated. (This used to be commit 1cbc66e2e35342980f27151622658e2f2f498245)
* | Patch by Vance Lankhaar <vlankhaar@linux.ca> to automaticly regenerate theAndrew Bartlett2003-04-234-14/+293
| | | | | | | | | | | | | | | | | | | | | | build options, so we will always have the right values for how and when an smbd was built. In particular, this is indended to address bitrot caused by configure.in changes. Andrew Bartlett (This used to be commit 2be258071c71986ba9af01e9a09ec49909a620dd)
* | Patch by Metze to ensure that we always at least initialize our output stringAndrew Bartlett2003-04-233-3/+12
| | | | | | | | | | | | | | | | for rpc_pull_string. If we had a NULL or zero-length string, we would use uninitialised data in the result string. Andrew Bartlett (This used to be commit df10aee451b431a8a056a949a98393da256185da)
* | More fun with Sun CC needing constant initializersAndrew Bartlett2003-04-231-1/+1
| | | | | | | | (This used to be commit ce3dd8fd69231798185e3e3bb988775e5671e070)
* | StrnCpy -> safe_strcpy() on a over-malloced struct.Andrew Bartlett2003-04-231-2/+2
| | | | | | | | | | Andrew Bartlett (This used to be commit e4f1171d57a6186f85b87586a525b3bbaf601974)
* | Merge the 'safe' parts of my StrnCpy patch - many of the users really wantedAndrew Bartlett2003-04-2319-149/+148
| | | | | | | | | | | | | | | | | | | | | | | | | | a pstrcpy/fstrcpy or at most a safe_strcpy(). These have the advantage of being compiler-verifiable. Get these out of the way, along with a rewrite of 'get_short_archi' in the spoolss client and server. (This pushes around const string pointers, rather than copied strings). Andrew Bartlett (This used to be commit 32fb801ddc035e8971e9911ed4b6e51892e9d1cc)
* | We don't have IDMAP in 3.0 yet.Andrew Bartlett2003-04-231-1/+1
| | | | | | | | (This used to be commit a507f170d29914b0bb845878a8db97f51e7dff55)
* | Merge HEAD's winbind into 3.0.Andrew Bartlett2003-04-2316-903/+701
| | | | | | | | | | | | | | | | | | This includes the 'SIDs Rule' patch, mimir's trusted domains cacheing code, the winbind_idmap abstraction (not idmap proper, but the stuff that held up the winbind LDAP backend in HEAD). Andrew Bartlett (This used to be commit d4d5e6c2ee6383c6cceb5d449aa2ba6c83eb0666)
* | Don't try to continue if initialisation fails (merge from HEAD)Andrew Bartlett2003-04-231-2/+4
| | | | | | | | (This used to be commit ff3ec67e120d29db2b85ce444ce89a205ea7a067)
* | Make the variable name match the comment.Andrew Bartlett2003-04-231-2/+2
| | | | | | | | | | Andrew Bartlett (This used to be commit 5a577f8cafa7375bd8485763f163de939ddc4a39)
* | This define does not always seem to be present, so define it if need be.Andrew Bartlett2003-04-231-0/+4
| | | | | | | | | | Andrew Bartlett (This used to be commit 007143e2435904d941a62934986ac54e343f4936)
* | Fix up non-constant initialisers for Sun's CC.Andrew Bartlett2003-04-231-1/+1
| | | | | | | | | | Andrew Bartlett (This used to be commit 82ba1b4d16da587c5e21739b11c5d84a575534ad)
* | Add some more info to the diags output.Andrew Bartlett2003-04-231-1/+1
| | | | | | | | (This used to be commit 2ee7254fded79d888f8009b71347bea8a89f47e9)
* | Parinoia for compleatly broken SMB servers that don't send back the rightAndrew Bartlett2003-04-231-2/+3
| | | | | | | | | | | | | | fstype for IPC$ - assume the device type is IPC. Andrew Bartlett (This used to be commit 5ec78042124589d7d4e377581c187712950c93b2)
* | Make this safe for -DDEVELOPER checks.Andrew Bartlett2003-04-231-2/+2
| | | | | | | | | | Andrew Bartlett (This used to be commit 39fb77d8c1d9dddf00e8063198157bf77fb58a8f)