Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Docbook XML conversion: manpages | Alexander Bokovoy | 2003-04-30 | 35 | -8595/+189 | |
| | | ||||||
| * | Docbook XML conversion: faq | Alexander Bokovoy | 2003-04-30 | 8 | -8/+9 | |
| | | ||||||
| * | Docbook XML conversion: devdoc | Alexander Bokovoy | 2003-04-30 | 18 | -85/+64 | |
| | | ||||||
* | | Fix disk quotas support on HP/UX (patch by David Nixon) | Jelmer Vernooij | 2003-05-01 | 1 | -1/+1 | |
| | | ||||||
* | | Turn down some DEBUG()s and remove some duplicate code spotted by dfenwick. | Andrew Bartlett | 2003-05-01 | 3 | -41/+19 | |
| | | | | | | | | Andrew Bartlett | |||||
* | | Don't crash if the underlying VFS doesn't support ACL's | Jelmer Vernooij | 2003-05-01 | 1 | -0/+10 | |
| | | ||||||
* | | Make the version numbers ints (patch from metze) | Jelmer Vernooij | 2003-04-30 | 4 | -5/+5 | |
| | | ||||||
* | | Refactor existing sock_exec() and socketpair_tcp() functions into their own | Paul Green | 2003-04-30 | 2 | -94/+1 | |
| | | | | | | | | | | | | source file. I will be making changes to sock_exec to work on VOS, which has a blocking connect() call, but first I want to get it in its own source file so that it can be called from a test program. | |||||
* | | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'. | cvs2svn Import User | 2003-04-30 | 1 | -0/+115 | |
|\| | ||||||
| * | Refactor existing sock_exec() and socketpair_tcp() functions into their own | Paul Green | 2003-04-30 | 3 | -94/+116 | |
| | | | | | | | | | | | | source file. I will be making changes to sock_exec to work on VOS, which has a blocking connect() call, but first I want to get it in its own source file so that it can be called from a test program. | |||||
| * | correctly initiazlize idmap tdb when creationg new | Simo Sorce | 2003-04-30 | 4 | -148/+169 | |
| | | | | | | | | | | | | few fixes to *id_to_*id functions, we don't set the mapping for algoritmic RIDs, they are resolved in the classic way eliminate getpw* calls from tdbsam | |||||
| * | pam_smbpass will need at least IDMAP. | Andrew Bartlett | 2003-04-30 | 1 | -1/+1 | |
| | | ||||||
| * | Get pam_smbpass to compile again (it probably won't link or run, but at least | Andrew Bartlett | 2003-04-30 | 2 | -5/+3 | |
| | | | | | | | | it compiles and lets the build farm get on it's way) | |||||
| * | auto-init for utility functions | Simo Sorce | 2003-04-30 | 1 | -0/+18 | |
| | | ||||||
| * | forgot to remove getpwnam | Simo Sorce | 2003-04-29 | 1 | -20/+0 | |
| | | ||||||
| * | This is a nice rewrite: | Simo Sorce | 2003-04-29 | 23 | -371/+191 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SAM_ACCOUNT does not have anymore uid and gid fields all the code that used them has been fixed to use the proper idmap calls fix to idmap_tdb for first time idmap.tdb initialization. auth_serversupplied_info structure has now an uid and gid field few other fixes to make the system behave correctly with idmap tested only with tdbsam, but smbpasswd and nisplus should be ok have not tested ldap ! | |||||
| * | remove convert_smbpasswd and addtosmbpass from tree; people can get them ↵ | Gerald Carter | 2003-04-29 | 3 | -93/+1 | |
| | | | | | | | | from 2.2. if they still need them | |||||
| * | Adding further change to accommodate the add machine script facility. | John Terpstra | 2003-04-29 | 1 | -3/+3 | |
| | | ||||||
| * | Add reference to use of the add machine script for on-the-fly machine ↵ | John Terpstra | 2003-04-29 | 1 | -1/+4 | |
| | | | | | | | | account creation. | |||||
| * | adding ifdef'd code to add alias membership for vampire | Gerald Carter | 2003-04-29 | 1 | -0/+138 | |
| | | ||||||
| * | Some passdb backends really don't like having no primary group - so always | Andrew Bartlett | 2003-04-29 | 1 | -34/+25 | |
| | | | | | | | | | | | | | | | | | | | | set one - new accounts -> domain users, unless otherwise specified. This moves that logic from pdb_set_sam_sids() into pdb_init_sam_new(), which is called by all the 'new account' creators. (pdb_set_sam_sids() now only deals with the mapping from an existing account) Andrew Bartlett | |||||
| * | Change order of parameters to smb_register_passdb() | Jelmer Vernooij | 2003-04-29 | 3 | -3/+3 | |
| | | ||||||
| * | add version back to lanman string in sessetup reply | Gerald Carter | 2003-04-29 | 1 | -1/+5 | |
| | | ||||||
| * | Merge Samba 3.0 pdb_ldap from 3.0 into HEAD, so as to allow idra to continue | Andrew Bartlett | 2003-04-29 | 3 | -421/+1628 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | his IDMAP work. This version also works properly (the HEAD version had suffered from bitrot), and should be a good basis to change into the new IDMAP rules. It also includes UTF8 conversions. Included also are the schema changes, and a note about the now very old scripts in examples/LDAP (they don't work for this, or even the previous schema). Andrew Bartlett | |||||
| * | forgot to add the file where things moved | Simo Sorce | 2003-04-29 | 1 | -0/+189 | |
| | | ||||||
| * | consolidate idmap code in one place | Simo Sorce | 2003-04-29 | 3 | -353/+4 | |
| | | ||||||
| * | Merge 3.0's change to how we add users onto HEAD, including a few other bits | Andrew Bartlett | 2003-04-29 | 3 | -94/+52 | |
| | | | | | | | | | | | | of sync-up for the rpc_server/srv_samr_nt.c Andrew Bartlett | |||||
| * | only call the add_script if the getpwnam_alloc() fails | Gerald Carter | 2003-04-29 | 1 | -22/+27 | |
| | | ||||||
| * | don't implement any group mapping functions in the guest sam module | Gerald Carter | 2003-04-29 | 2 | -0/+59 | |
| | | ||||||
| * | removing printing = SOFTQ since no one knows what it is | Gerald Carter | 2003-04-29 | 2 | -95/+0 | |
| | | ||||||
| * | ok next_rid out as well local_*id_to*id functions | Simo Sorce | 2003-04-29 | 5 | -530/+141 | |
| | | | | | | | | | | | | reverted user making function, did not pass the abartlet test :-) idmap is now fully integrated, we only miss user creation and removal of uid and gid from SAM_ACCOUNT | |||||
| * | swat need idmap now | Simo Sorce | 2003-04-28 | 1 | -2/+2 | |
| | | ||||||
| * | new helper functions to create users | Simo Sorce | 2003-04-28 | 1 | -1/+154 | |
| | | ||||||
| * | Fixes from Ronan Waide <waider@waider.ie> for large RPC writes. | Jeremy Allison | 2003-04-28 | 1 | -2/+2 | |
| | | | | | | | | Jeremy. | |||||
| * | Use NTSTATUS as return value for smb_register_*() functions and init_module() | Jelmer Vernooij | 2003-04-28 | 36 | -120/+156 | |
| | | | | | | | | function. Patch by metze with some minor modifications. | |||||
| * | Add example auth/ module | Jelmer Vernooij | 2003-04-28 | 2 | -0/+90 | |
| | | ||||||
| * | Fix SGML/XML incompability before starting conversion to XML | Alexander Bokovoy | 2003-04-28 | 8 | -52/+74 | |
| | | ||||||
| * | Remove uid and gid column | Jelmer Vernooij | 2003-04-28 | 1 | -2/+0 | |
| | | ||||||
| * | Add note on AIX | Jelmer Vernooij | 2003-04-28 | 1 | -6/+33 | |
| | | ||||||
* | | Merge from HEAD. | John Terpstra | 2003-04-30 | 0 | -0/+0 | |
| | | ||||||
* | | Merge from HEAD - the usual popt-needs-static for Sun CC. | Andrew Bartlett | 2003-04-30 | 1 | -1/+1 | |
| | | ||||||
* | | Try to fix IRIX build - add quotes and never call libns_winbind by name - we | Andrew Bartlett | 2003-04-30 | 2 | -4/+4 | |
| | | | | | | | | should only set that name once. | |||||
* | | Trailing , is non-standard (warning from IRIX) | Andrew Bartlett | 2003-04-30 | 1 | -2/+2 | |
| | | ||||||
* | | Fix for AIX - you can't qualify a return type as const, when it's not a | Andrew Bartlett | 2003-04-30 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | pointer. (merge from HEAD). Andrew Bartlett | |||||
* | | Sun CC requires constant initialisers, so use a static here. | Andrew Bartlett | 2003-04-30 | 1 | -1/+1 | |
| | | | | | | | | (a common bug with popt stuff, becouse it's fine with GCC). | |||||
* | | more updates from Buchan after we removed some on the old/unstable ↵ | Gerald Carter | 2003-04-29 | 1 | -15/+12 | |
| | | | | | | | | tools/binaries/scripts | |||||
* | | remove 'devel' option to makerpms.sh.tmpl since we don't use it n the RH ↵ | Gerald Carter | 2003-04-29 | 2 | -17/+6 | |
| | | | | | | | | packaging anymore and make sure to run autogen.sh if configure doesn't exist (make building from CVS easier) | |||||
* | | smbgroupedit has been replaced by 'net groupmap' | Gerald Carter | 2003-04-29 | 2 | -412/+0 | |
| | | | | | | | | remove related file. Left in EHAD for reference (for now) | |||||
* | | remove convert_smbpasswd and addtosmbpass from tree; people can get them ↵ | Gerald Carter | 2003-04-29 | 4 | -4/+27 | |
| | | | | | | | | from 2.2. if they still need them | |||||
* | | Like net rpc user -l, let net ads user -l allow more than 50 characters in | Jim McDonough | 2003-04-29 | 1 | -1/+1 | |
| | | | | | | | | comments. |