summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
| * Squelch some warnings, and move a bit of code around to make some futureRichard Sharpe2003-04-191-8/+11
| | | | | | | | | | | | | | things easier ... now on to more functionality. Hope Jerry fixes the breakage, BTW :-) (This used to be commit c7d39a7426e5970b15ece89737d2f0ba3d5c0835)
| * some readline completion exancementsSimo Sorce2003-04-192-23/+188
| | | | | | | | | | still need working, does not complete remote names yet (This used to be commit 625eee8e03c3905a245e078ef9f1c26200e33d7c)
| * use gid_t for gids not uid_tSimo Sorce2003-04-191-1/+1
| | | | | | | | (This used to be commit dd8009bf599a6111440cd807dcc022039f19de15)
| * fixesSimo Sorce2003-04-194-5/+21
| | | | | | | | | | | | | | | | | | fix debug, add "idmap" string to the list of classes fix idmap, check init failures, and enhance debugging fix idmap_tdb, _do_ init uid and gid low,high states (too bad I missed that before) fix smbd/uid.c, use gid_t for gids and uid_t for uids (This used to be commit bc95de4ebb014080bc70173e7df94c672cea8df6)
| * [merge from SAMBA_3_0]Gerald Carter2003-04-194-2/+455
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merging smbgroupedit into 'net groupmap'. Not entirely done. Need to check on where the privilege code is sitting and update the docs. Examples: root# bin/net help groupmap net groupmap add Create a new group mapping net groupmap modify Update a group mapping net groupmap delete Remove a group mapping net groupmap list List current group map # bin/net groupmap add Usage: net groupmap add rid=<int> name=<string> type=<domain|local|builtin> [comment=<string>] # bin/net groupmap delete Usage: net groupmap delete name=<string|SID> # bin/net groupmap modify Usage: net groupmap modify name=<string|SID> [comment=<string>] [type=<domain|local>] (This used to be commit 0fd28bc3a803ca1ec3dcd8cc6236d4ecc3134584)
| * More minor edits to add features ...Richard Sharpe2003-04-181-0/+21
| | | | | | | | (This used to be commit 882799ca113566b91e42c3c852a9c1986552daaa)
| * fix byte ordering when using CIDR notation in hosts allow/deny; spotted by ↵Gerald Carter2003-04-181-0/+4
| | | | | | | | | | | | Eloy Paris (This used to be commit c2580e15d6e7ad7c8dde81753e35670fa52636ff)
| * Survive a samdump with an alias that has no descriptionVolker Lendecke2003-04-181-3/+6
| | | | | | | | | | Volker (This used to be commit 408a94b64d4d799f256c11a2009e161b27553cbb)
| * seem that someone changed the semanthic of unix_strlower without fixing allSimo Sorce2003-04-173-8/+15
| | | | | | | | | | | | | | places where it was used, this caused me segfaults in the last week :( add more debugging in idmap to chase down a problem (This used to be commit 6393105bda12fb3f6211e4f0128aabf588431b49)
* | Merge from HEAD - the usual popt-needs-static for Sun CC.Andrew Bartlett2003-04-301-1/+1
| | | | | | | | (This used to be commit 2fabc356769477cc8bdbb23ecd8fee1e7d9fdb7d)
* | Try to fix IRIX build - add quotes and never call libns_winbind by name - weAndrew Bartlett2003-04-302-4/+4
| | | | | | | | | | should only set that name once. (This used to be commit 34f15bff6f4f847eb900174793dcbc638f96a5bd)
* | Trailing , is non-standard (warning from IRIX)Andrew Bartlett2003-04-301-2/+2
| | | | | | | | (This used to be commit 96134959d9f8385dfbf34445a3fe6911507cf51e)
* | Fix for AIX - you can't qualify a return type as const, when it's not aAndrew Bartlett2003-04-301-1/+1
| | | | | | | | | | | | | | | | | | pointer. (merge from HEAD). Andrew Bartlett (This used to be commit 9e3d0cd9dea1234d6e6a26d03995b5edfaed5186)
* | Sun CC requires constant initialisers, so use a static here.Andrew Bartlett2003-04-301-1/+1
| | | | | | | | | | (a common bug with popt stuff, becouse it's fine with GCC). (This used to be commit edbab685d181887f8cb055cc9dc175b2772bd0ff)
* | smbgroupedit has been replaced by 'net groupmap'Gerald Carter2003-04-292-412/+0
| | | | | | | | | | remove related file. Left in EHAD for reference (for now) (This used to be commit 2e7537d8e29171bfddac984911c55cf567886956)
* | remove convert_smbpasswd and addtosmbpass from tree; people can get them ↵Gerald Carter2003-04-294-4/+27
| | | | | | | | | | | | from 2.2. if they still need them (This used to be commit 237857a760974bb02000e5d3a776240ec73ca6b6)
* | Like net rpc user -l, let net ads user -l allow more than 50 characters inJim McDonough2003-04-291-1/+1
| | | | | | | | | | comments. (This used to be commit b5b1732b1144c9bcf5c3b08f6f9da9ad8875f5f7)
* | Allow net rpc user -l to list longer than 50 characters in a user comment.Jim McDonough2003-04-291-1/+1
| | | | | | | | | | | | Net.exe on windows won't allow more than 50 characters to be entered, but through AD you can have much more than this. (This used to be commit ca2886c9385361ea401e3e0b47c26cb39adcadbc)
* | adding ifdef'd code to add alias membership for vampireGerald Carter2003-04-291-0/+138
| | | | | | | | (This used to be commit 2557b94519fbb3110948a3c6a3f412622757d2b0)
* | add version back to lanman string in sessetup replyGerald Carter2003-04-291-1/+5
| | | | | | | | (This used to be commit dade462a168abe721c70022546109074961969b6)
* | Use a common function to create the SAM_ACCOUNT being used to add accountsAndrew Bartlett2003-04-293-61/+45
| | | | | | | | | | | | | | | | | | to the system. This means that we always run Get_Pwnam(), and can never add FOO when foo exists on the system (the idea is to instead add foo into the passdb, using it's full name, RID etc). Andrew Bartlett (This used to be commit bb79b127e02cefae13c822fd0fd165f1f214b740)
* | sync with HEAD and remove --with-misplussam as wellGerald Carter2003-04-291-17/+0
| | | | | | | | (This used to be commit 531c2df8d443fde8fafdc95250cb9eb809089d59)
* | remove --with-tdbsam since it is always built nowGerald Carter2003-04-292-18/+1
| | | | | | | | (This used to be commit f277cd54ea6be5cad6ea765d992bc4133765ef92)
* | do not build wrepld by default; package maintainers need to update their ↵Gerald Carter2003-04-291-1/+1
| | | | | | | | | | | | files now (john :) ) (This used to be commit 4a2bd728a5486764f0e50932d37c636ed8d226ea)
* | don't implement any group mapping functions in the guest sam moduleGerald Carter2003-04-292-0/+59
| | | | | | | | (This used to be commit a354bf4b7eadec3e6aa5f5547b58c7856fda3471)
* | only call the add_script if the getpwnam_alloc() failsGerald Carter2003-04-291-19/+28
| | | | | | | | (This used to be commit c0807e21999ec718d722fc0be6b3353c9369db04)
* | removing printing = SOFTQ since no one knows what it isGerald Carter2003-04-292-95/+0
| | | | | | | | (This used to be commit 283953472229952f7f2613a207515580cd0919c3)
* | Fix for format string warning from vanceAndrew Bartlett2003-04-291-8/+8
| | | | | | | | (This used to be commit 0369d4432b9700626b6853dae8c93770bb1bcd59)
* | Fixes from Ronan Waide <waider@waider.ie> for large RPC writes.Jeremy Allison2003-04-281-2/+2
| | | | | | | | | | Jeremy. (This used to be commit a330bf170eb8e78200367c90833cbc90255642cb)
* | Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij2003-04-2837-126/+163
| | | | | | | | | | function. Patch by metze with some minor modifications. (This used to be commit bc4b51bcb2daa7271c884cb83bf8bdba6d3a9b6d)
* | Add cast for compilerAndrew Bartlett2003-04-281-1/+1
| | | | | | | | (This used to be commit 456eb5d05a442ee380cfa756be54619b1d68fa48)
* | Fix a confusing error messageVolker Lendecke2003-04-281-1/+1
| | | | | | | | | | Volker (This used to be commit 69df898afb45e2e577a10649f66f5352887044a2)
* | The caller must always set the RID on the SAM_ACCOUNT, so don't try and guessAndrew Bartlett2003-04-281-3/+1
| | | | | | | | | | | | | | it from the UID. Andrew Bartlett (This used to be commit cdc1d0505107d05d784693d321b24208a386d4f0)
* | The RID must be 'SET', not 'DEFAULT' or we won't set it into LDAP, and tryAndrew Bartlett2003-04-281-2/+2
| | | | | | | | | | | | | | to make it up from the algorithm... Andrew Bartlett (This used to be commit 0d8e4066a3bfbe89b464a90fc9f16a7dd1539573)
* | Guenther Deschner <gd@suse.de> notes that I missed out setting the defaultAndrew Bartlett2003-04-281-1/+3
| | | | | | | | | | | | | | for the 'normal' case (not --with-ldapsam). Andrew Bartlett (This used to be commit ebe5c618189391e6adf27e565a5821f8d47c8c7d)
* | A new pdb_ldap!Andrew Bartlett2003-04-284-316/+724
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch removes 'non unix account range' (same as idra's change in HEAD), and uses the winbind uid range instead. More importanly, this patch changes the LDAP schema to use 'ntSid' instead of 'rid' as the primary attribute. This makes it in common with the group mapping code, and should allow it to be used closely with a future idmap_ldap. Existing installations can use the existing functionality by using the ldapsam_compat backend, and users who compile with --with-ldapsam will get this by default. More importantly, this patch adds a 'sambaDomain' object to our schema - which contains 2 'next rid' attributes, the domain name and the domain sid. Yes, there are *2* next rid attributes. The problem is that we don't 'own' the entire RID space - we can only allocate RIDs that could be 'algorithmic' RIDs. Therefore, we use the fact that UIDs in 'winbind uid' range will be mapped by IDMAP, not the algorithm. Andrew Bartlett (This used to be commit 3e07406ade81e136f67439d4f8fd7fe1dbb6db14)
* | inet_pton isn't portable, so use interpret_addr2.Andrew Bartlett2003-04-281-3/+3
| | | | | | | | (This used to be commit 04d27381325561038bee1c27f10c748b9aaf447d)
* | Merge:Tim Potter2003-04-281-11/+11
| | | | | | | | | | > Perform lp_load() before popt to fix -W option. (This used to be commit f8db590b07cabea3e199109bcdc26eaede189915)
* | Replace workgroup global variable with lp_workgroup()Tim Potter2003-04-281-10/+8
| | | | | | | | | | | | | | | | Call lp_load() before parsing command line options so we can override the workgroup value with the -W switch. Fixes bug #39. (This used to be commit 56f070cd5242ac6c10699ca35726ce68199dd274)
* | Fix compiler warning.Tim Potter2003-04-281-1/+1
| | | | | | | | (This used to be commit f127f964250c86986996afab905b40cff420bfd5)
* | Merge:Tim Potter2003-04-281-2/+4
| | | | | | | | | | | | >Patch from waider to set exit code of last executed command specified >as an argument to -c. (This used to be commit b1ad69268889dbc2765ae98789112a28dc4c40c6)
* | Whitespace syncup.Tim Potter2003-04-284-14/+7
| | | | | | | | (This used to be commit 7fd7af121ee8ba4f9540394f64fe3c78e2e96cd2)
* | Merge: we need a rule for t_snprintfTim Potter2003-04-281-0/+2
| | | | | | | | (This used to be commit 4d2106f910d64bf599394c17a30c351244cc137c)
* | Ignore t_snprintf binary.Tim Potter2003-04-281-1/+2
| | | | | | | | (This used to be commit 8d70ef6b8cf52e582e385c8c9b8f085b183169fd)
* | Merge of a debuglevel downgrade from HEAD.Tim Potter2003-04-281-2/+2
| | | | | | | | (This used to be commit d17e04e82b77256f10f4bdf4442dac6d30e197b5)
* | Merge stf updates from HEAD.Tim Potter2003-04-282-5/+6
| | | | | | | | (This used to be commit 20bde94eb881009128794283a1d7537bbc62e268)
* | Merge of const fixes from HEAD.Tim Potter2003-04-283-3/+3
| | | | | | | | (This used to be commit a847ebd82732cc2b430c58c3b287a46db0e35ba1)
* | Merge from HEAD:Tim Potter2003-04-281-0/+2
| | | | | | | | | | | | | | | | >Return NT_STATUS_UNSUCCESSFUL if the sourcedata and echodata rpcs >return unexpected data. > >Closes bug #2. (This used to be commit 2e5f75beafd3f3d81869ce68e77b8c53cd7a2caf)
* | Fix number of arguments to asprintf()Jelmer Vernooij2003-04-281-1/+1
| | | | | | | | (This used to be commit 42e76c312333c6e5b8feb2d687e3355235b0d4a0)
* | Make some more functions staticJelmer Vernooij2003-04-281-3/+3
| | | | | | | | (This used to be commit ddd2e65586ff47daf4f63e9928413cc05bf5db85)